.whatsapp-bottom-right {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    
}

.whatsapp-float {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.whatsapp-text {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 5px 8px;
    border-radius: 20px 20px 20px 20px;
    font-family: sans-serif;
    font-size: 14px;
    margin-right: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}